diff options
Diffstat (limited to '')
-rw-r--r-- | examples/css-stress-test/pages/[id]/boom.tsx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/css-stress-test/pages/[id]/boom.tsx b/examples/css-stress-test/pages/[id]/boom.tsx deleted file mode 100644 index 1553592e4..000000000 --- a/examples/css-stress-test/pages/[id]/boom.tsx +++ /dev/null @@ -1,11 +0,0 @@ -import { Main } from "../../src/main"; - -function IndexRoute() { - return ( - <div> - <Main productName={"Boom id"} /> - </div> - ); -} - -export { IndexRoute as default }; |